六六字典>英语词典>garbage collection翻译和用法

garbage collection

英 [ˈɡɑːbɪdʒ kəˈlekʃn]

美 [ˈɡɑːrbɪdʒ kəˈlekʃn]

垃圾收集

计算机

英英释义

noun

双语例句

  • The Java Virtual Machine now manages garbage collection rather than the system.
    现在由Java虚拟机(而不是系统)管理垃圾收集。
  • And finalization adds overhead to instantiation and garbage collection of finalizable objects.
    并且终结还为可终结对象的实例化和垃圾收集带来了开销。
  • The tool is useful for diagnosing performance issues, particularly issues related to heap sizing and garbage collection.
    该工具有助于诊断性能问题、与堆大小和垃圾收集有关的特殊问题。
  • This approach is preferred when garbage collection for the servant region JVM is reasonable and acceptable.
    当服务区域JVM的垃圾收集合理和可接受时,此方法是首选的方法。
  • Garbage collection is the process of reclaiming invalid blocks ( those that contain some amount of invalid data).
    垃圾收集是一个回收无效块的过程(无效块中包含了一些无效数据)。
  • They also describe the garbage collection trace settings.
    这些指南还描述了垃圾回收跟踪设置。
  • The LPGC provides garbage collection in parallel to the JVM's work.
    LPGC提供与JVM的工作并行的垃圾收集功能。
  • The eden space shows new objects that have never been through garbage collection.
    Eden空间显示了从未通过垃圾收集的新对象。
  • Garbage collection can be freeing. It lets us focus on application logic rather than memory management.
    垃圾回收解放了我们,它让我们可将精力集中在应用程序逻辑(而不是内存管理)上。
  • Verbose garbage collection is not as verbose as the name suggests.
    详细垃圾收集并非像其名称暗示的那样详细。